Bump org.hibernate:hibernate-core from 3.3.0.GA to 5.3.20.Final in /db#9
Conversation
|
@dependabot rebase |
Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 3.3.0.GA to 5.3.20.Final. - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.3.20/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/commits/5.3.20) --- updated-dependencies: - dependency-name: org.hibernate:hibernate-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
a9fe888 to
77a0d1f
Compare
|
@copilot can you please analyse if it is possible to enable the codebase for this two major version upgrade? Right now CI build is failing. Please analyse the implication for that update, apply changes and also check test are passing and that the application is starting correctly. |
- Update HibernateConnectionProvider to implement Hibernate 5 SPI (ConnectionProvider, Configurable, Stoppable interfaces) - Replace deprecated setString() with setParameter() in HQL queries - Replace legacy positional params (?) with named params (:tan) - Remove NoCacheProvider reference (removed in Hibernate 5), use cache.use_second_level_cache=false instead Agent-Logs-Url: https://github.com/markusrt/EpiScanGIS/sessions/53eb0e6b-09ed-44ce-97eb-77d6027de76a Co-authored-by: markusrt <299753+markusrt@users.noreply.github.com>
Agent-Logs-Url: https://github.com/markusrt/EpiScanGIS/sessions/53eb0e6b-09ed-44ce-97eb-77d6027de76a Co-authored-by: markusrt <299753+markusrt@users.noreply.github.com>
I've analyzed the Hibernate 3.3.0.GA → 5.3.20.Final upgrade and applied the necessary changes to make the build pass. Here's a summary of the breaking changes and fixes in commits 1. 2. 3. The Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Bumps org.hibernate:hibernate-core from 3.3.0.GA to 5.3.20.Final.
Changelog
Sourced from org.hibernate:hibernate-core's changelog.
... (truncated)
Commits